func io/fs.errNotExist
2 uses
io/fs (current package)
fs.go#L157: ErrNotExist = errNotExist() // "file does not exist"
fs.go#L164: func errNotExist() error { return oserror.ErrNotExist }
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)